home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETNWCLI.IN_ / netnwcli.inf
Encoding:
Windows Setup INFormation  |  2003-06-19  |  4.2 KB  |  121 lines

  1. ;---[ NetNWCli.INX ]------------------------------------
  2. ;
  3. ; Client for Netware Networks
  4. ;
  5. ; Copyright (c) 1999, Microsoft Corporation
  6. ;
  7.  
  8. [Version]
  9. Signature  = "$Windows NT$"
  10. Class      = NetClient
  11. ClassGUID  = {4D36E973-E325-11CE-BFC1-08002BE10318}
  12. Provider   = %Msft%
  13. LayoutFile = layout.inf
  14. DriverVer=03/03/2003,5.00.2195.6675
  15.  
  16. [Manufacturer]
  17. %Msft% = MSFT
  18.  
  19. [MSFT]
  20. %NWC_Install_Display_Name% = NWClient.Ndi, MS_NWCLIENT
  21.  
  22. [NWClient.Ndi]
  23.     AddReg = NWClient.Ndi.AddReg
  24.     Characteristics = 0
  25.  
  26. [NWClient.Ndi.Remove]
  27.     DelReg = NWClient.DelReg
  28.  
  29. [NWClient.Ndi.Services]
  30.     AddService = NWCWorkstation,,       NWCWorkstation_Service_Inst,    NWCWorkstation_Evt
  31.     AddService = NWRDR,,                NWRDR_Service_Inst,             NWRDR_Evt
  32.  
  33. [NWClient.Ndi.Remove.Services]
  34.     DelService = NWCWorkstation
  35.     DelService = NWRDR
  36.  
  37. [NWCWorkstation_Service_Inst]
  38.     DisplayName     = %NWC_Service_Display_Name%
  39.     ServiceType     = 0x20 ;SERVICE_WIN32_SHARE_PROCESS
  40.     StartType       = 2
  41.     ErrorControl    = 1
  42.     ServiceBinary   = %11%\services.exe
  43.     StartName       = LocalSystem
  44.     AddReg          = NWCWorkstation.AddReg
  45.     Description     = %NWC_Service_Description%
  46.  
  47. [NWRDR_Service_Inst]
  48.     DisplayName     = %NWRDR_Service_Display_Name%
  49.     ServiceType     = 2 ;SERVICE_FILE_SYSTEM_DRIVER
  50.     StartType       = 3
  51.     ErrorControl    = 1
  52.     ServiceBinary   = %12%\nwrdr.sys
  53.     AddReg          = NWRDR.AddReg
  54.     Description     = %NWRDR_Service_Display_Name%
  55.  
  56. [NWClient.Ndi.AddReg]
  57. ; NDI install registry keys
  58.     HKR, Ndi,            ClsID,,      "{5bedf7de-98cf-11d0-b255-00c04fc9e292}"
  59.     HKR, Ndi,            Service,,    "NWCWorkstation"
  60.     HKR, Ndi,            CoServices,  0x10000, "NWCWorkstation"
  61.     HKR, Ndi,            HelpText,,   "%NWC_Service_Help%"
  62.     HKR, Ndi\Interfaces, UpperRange,, "winnet5"
  63.     HKR, Ndi\Interfaces, LowerRange,, "ipx"
  64.  
  65. [NWCWorkstation.AddReg]
  66.     HKR,"NetworkProvider", "Class", 0x10001, 11
  67.     HKR,"NetworkProvider", "NWCompatibleAuthentication", 0x10001, 1
  68.     HKR,"NetworkProvider", "Name",, %NWC_Network_Display_Name%
  69.     HKR,"NetworkProvider", "ProviderPath", 0x20000, "%SystemRoot%\System32\nwprovau.dll"
  70.  
  71.     HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\nwprovau","Asynchronous",0x10001,0
  72.     HKLM,"Software\Microsoft\Windows NT\currentVersion\Winlogon\Notify\nwprovau","DllName",0x20000,"nwprovau.dll"
  73.     HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\nwprovau","Impersonate",0x10001,0
  74.     HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\nwprovau","LogoffPostProfileUnload",0,"WinlogonLogoffPostProfileUnloadEvent"
  75.  
  76. [NWClient.Ndi.NetworkProvider]
  77.     DeviceName         =   "nwrdr"
  78.     ShortName          =   "NW"
  79.  
  80. [NWClient.Ndi.PrintProvider]
  81.     PrintProviderName   =   "NetWare or Compatible Network"
  82.     PrintProviderDll    =   "nwprovau.dll"
  83.     DisplayName         =   "%NWC_Network_Display_Name%"
  84.  
  85. [NWRDR.AddReg]
  86.     HKR, "Performance", "Library",, "perfnw.dll"
  87.     HKR, "Performance", "Open",, "OpenNetWarePerformanceData"
  88.     HKR, "Performance", "Collect",, "CollectNetWarePerformanceData"
  89.     HKR, "Performance", "Close",, "CloseNetWarePerformanceData"
  90.     HKLM,"Software\Microsoft\Rpc\ClientProtocols", "ncadg_ipx",, "rpcrt4.dll"
  91.     HKLM,"Software\Microsoft\Rpc\ClientProtocols", "ncacn_spx",, "rpcrt4.dll"
  92.  
  93. [NWCWorkstation_Evt]
  94.     AddReg = NWCWorkstation_Evt_AddReg
  95.  
  96. [NWCWorkstation_Evt_Addreg]
  97.     HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\nwevent.dll"
  98.     HKR,, TypesSupported,   0x00010001, 0x00000007
  99.  
  100. [NWRDR_Evt]
  101.     AddReg = NWRDR_Evt_AddReg
  102.  
  103. [NWRDR_Evt_Addreg]
  104.     HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\nwevent.dll"
  105.     HKR,, TypesSupported,   0x00010001, 0x00000007
  106.  
  107. [Strings]
  108. Msft = "Microsoft"
  109.  
  110. NWC_Install_Display_Name = "Client Service for NetWare"
  111.  
  112. NWC_Service_Display_Name = "Client Service for NetWare"
  113.  
  114. NWC_Service_Description  = "Provides access to file and print resources on NetWare networks."
  115.  
  116. NWC_Service_Help         = "Enables this computer to log on to NetWare servers and access their resources."
  117.  
  118. NWC_Network_Display_Name    = "NetWare or Compatible Network"
  119. NWRDR_Service_Display_Name  = "NetWare Rdr"
  120.  
  121.